home *** CD-ROM | disk | FTP | other *** search
/ .net Business / NETB01.ISO / pc / PCSoftware / ASP Edit 2000 / _SETUP.1 / Back0and0forward0buttons.snp < prev    next >
Encoding:
Text File  |  2000-02-01  |  145 b   |  5 lines

  1. <FORM>
  2.   <INPUT TYPE="button" VALUE="Back" OnClick="history.go(-1)">
  3.   <INPUT TYPE="button" VALUE="Forward" OnClick="history.go(1)">
  4. </FORM>
  5.